找传奇、传世资源到传世资源站!
Qt 正文

《Qt Creator快速入门》第3版实验讲义书籍和源码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

《Qt Creator快速入门》第3版实验讲义书籍和源码《Qt Creator快速入门》第3版实验讲义from clipboard from clipboard from clipboard 目 录
实验 1 Qt 开发环境的搭建..........................................................- 2 -
目的与要求....................................................................................................................- 2 -
实验准备........................................................................................................................- 2 -
实验内容........................................................................................................................- 2 -
实验 2 编译和发布 Qt 程序.......................................................- 12 -
目的与要求..................................................................................................................- 12 -
实验准备......................................................................................................................- 12 -
实验内容......................................................................................................................- 12 -
实验 3 使用 Qt 资源文件...........................................................- 20 -
目的与要求..................................................................................................................- 20 -
实验准备......................................................................................................................- 20 -
实验内容......................................................................................................................- 20 -
实验 4 创建登陆对话框.............................................................- 26 -
目的与要求..................................................................................................................- 26 -
实验准备......................................................................................................................- 26 -
实验内容......................................................................................................................- 26 -
实验 5 定时器和随机数.............................................................- 32 -
目的与要求..................................................................................................................- 32 -
实验准备......................................................................................................................- 32 -
实验内容......................................................................................................................- 32 -
实验 6 编译 MySQL 数据库驱动...............................................- 35 -
目的与要求..................................................................................................................- 35 -
实验准备......................................................................................................................- 35 -
实验内容......................................................................................................................- 35 -
实验 7 数据库基本操作...............................................................- 44 -
目的与要求..................................................................................................................- 44 -
实验准备......................................................................................................................- 44 -
实验内容......................................................................................................................- 44 -
实验 8 Qt 数据库应用编程(综合设计)..................................- 50 -
目的与要求..................................................................................................................- 50 -
实验准备......................................................................................................................- 50 -
实验内容......................................................................................................................- 50 -.
├── 《Qt Creator快速入门》第3版实验讲义
│   ├── src
│   │   ├── 02
│   │   │   └── helloworld
│   │   │       ├── hellodialog.cpp
│   │   │       ├── hellodialog.h
│   │   │       ├── hellodialog.ui
│   │   │       ├── helloworld.pro
│   │   │       ├── main.cpp
│   │   │       ├── myico.ico
│   │   │       └── myico.rc
│   │   ├── 03
│   │   │   └── myMainWindow
│   │   │       ├── images
│   │   │       │   ├── filenew.png
│   │   │       │   ├── fileopen.png
│   │   │       │   ├── filesave.png
│   │   │       │   ├── filesaveas.png
│   │   │       │   └── find.png
│   │   │       ├── main.cpp
│   │   │       ├── mainwindow.cpp
│   │   │       ├── mainwindow.h
│   │   │       ├── mainwindow.ui
│   │   │       ├── myMainWindow.pro
│   │   │       └── myResources.qrc
│   │   ├── 04
│   │   │   └── login
│   │   │       ├── login.pro
│   │   │       ├── logindialog.cpp
│   │   │       ├── logindialog.h
│   │   │       ├── logindialog.ui
│   │   │       ├── main.cpp
│   │   │       ├── mainwindow.cpp
│   │   │       ├── mainwindow.h
│   │   │       └── mainwindow.ui
│   │   ├── 05
│   │   │   └── myTimer
│   │   │       ├── images
│   │   │       │   ├── 0.png
│   │   │       │   ├── 1.png
│   │   │       │   ├── 2.png
│   │   │       │   ├── 3.png
│   │   │       │   └── 4.png
│   │   │       ├── main.cpp
│   │   │       ├── myTimer.pro
│   │   │       ├── widget.cpp
│   │   │       ├── widget.h
│   │   │       └── widget.ui
│   │   ├── 06
│   │   │   └── sqldrivers
│   │   │       ├── main.cpp
│   │   │       └── sqldrivers.pro
│   │   ├── 07
│   │   │   └── sqlModel
│   │   │       ├── connection.h
│   │   │       ├── main.cpp
│   │   │       ├── mainwindow.cpp
│   │   │       ├── mainwindow.h
│   │   │       ├── mainwindow.ui
│   │   │       └── sqlModel.pro
│   │   └── 08
│   │       └── manager
│   │           ├── connection.h
│   │           ├── logindialog.cpp
│   │           ├── logindialog.h
│   │           ├── logindialog.ui
│   │           ├── main.cpp
│   │           ├── manager.pro
│   │           ├── my.rc
│   │           ├── myico.ico
│   │           ├── widget.cpp
│   │           ├── widget.h
│   │           └── widget.ui
│   └── 《Qt Creator快速入门》第3版实验讲义.pdf
└── 找例子网_《Qt Creator快速入门》第3版实验讲义.rar

18 directories, 57 files

       

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复